home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / dir / dir2html.lha / Dir2HTML / dir2html.doc < prev    next >
Text File  |  1998-12-28  |  2KB  |  51 lines

  1. Dir2HTML
  2. ========
  3.  
  4.  Creates HTML indexes for directory trees, as either one index for the tree
  5. or one index for each directory. Creates all neccessary links to files and other
  6. indexes, if there is one per directory.
  7.  
  8.  Apologies for the size of the executable, but I didn't want a CLI interface,
  9. so Blitz has added its portion of bloat.
  10.  
  11. Installation
  12. ============
  13.  
  14.  Just drag the program file anywhere you want. And this doc. And the source file.
  15. But only if you want them.
  16.  
  17. Requirements
  18. ============
  19.     OS2+
  20.     reqtools.library v38+
  21.  
  22. Usage
  23. =====
  24.  Double click on the program icon, or type its path and name in a CLI window.
  25.  
  26.  You should be faced with a small window, which contains the following:
  27.     - A multiple selection gadget which selects one index for the directory tree
  28.       or one index within each directory
  29.     - A string gadget for the directory to scan, the ? gadget can be used to
  30.       bring up a requester for getting the path.
  31.     - A checkbox, empty means no .info files are included in the indexes, ticked
  32.       means that .info files will be included in the indexes
  33.     - A string gagdet labelled 'Xtra'; this allows you to enter a relative path
  34.       to the files. For example, if you scan 'RAM:' with an 'Xtra' of 'files'
  35.       then the links to the files will be stuff like 'files/test/abc.txt' instead
  36.       of 'test/abc.txt' (test is a drawer in RAM:). The index file will still be
  37.       written to the actual directory that you scanned.
  38.     - A button marked Start, which (unsurpisingly) starts the index createion.
  39.       You will be informed when it finishes.
  40.  
  41. Source
  42. ======
  43.  The source is saved as ASCII but is for Blitz2. To recompile it, you need:
  44.     amigalibs.res as a resident
  45.     NeilsReqToolsLib
  46.  
  47. Contact
  48. =======
  49. dmcminn@house-of-mojo.freeserve.co.uk
  50. http://members.xoom.com/David_McMinn
  51.